home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / Shared.Cst / 00009.ls < prev    next >
Encoding:
Text File  |  1999-10-10  |  409 b   |  16 lines

  1. -- mem monitor
  2.  
  3. on putMem
  4.   
  5.   global DEBUG
  6.   
  7.   if DEBUG then put "thepreLoadRAM (preset): " && the preLoadRAM
  8.   
  9.   if DEBUG then put "the MemorySize (pgm rqts): " && the MemorySize
  10.   if DEBUG then put "the freeBlock (lgst blk): " && the freeBlock 
  11.   if DEBUG then put "the freeBytes (avail): " && the freeBytes
  12.   
  13.   if DEBUG then put "ramNeeded (all frames): " && ramNeeded (0, the lastFrame)
  14.   
  15. end putMem
  16.